include <atk/atk.h> instead of <atk/atkobject.h>
authorJohan Dahlin <jdahlin@async.com.br>
Fri, 25 Apr 2008 17:32:12 +0000 (17:32 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Fri, 25 Apr 2008 17:32:12 +0000 (17:32 +0000)
2008-04-25  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>

svn path=/trunk/; revision=20043

ChangeLog
gtk/gtkwidget.h

index ed6743e35073378569dd4ba0ac4a68123ae499c9..2ad6f9474154fd89e37fc07fe0b1392721079de2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-25  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>
+
 2008-04-25  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkprintcontext.h: include <pango/pango.h> instead of
index d991a7182e0aeecfd826703c5357a2a4701a3aee..d20d1f6d376a33d378d684dee8dcff60ab91918c 100644 (file)
@@ -33,7 +33,7 @@
 #include <gtk/gtkadjustment.h>
 #include <gtk/gtkstyle.h>
 #include <gtk/gtksettings.h>
-#include <atk/atkobject.h>
+#include <atk/atk.h>
 
 G_BEGIN_DECLS